home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000004_news@newsmaster….columbia.edu _Sun Dec 13 15:40:54 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA26769
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 13 Dec 1998 15:40:54 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA26492
  7.     for kermit.misc@watsun; Sun, 13 Dec 1998 15:40:53 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,comp.unix.solaris
  11. Subject: Re: kermit 6.1.193 Beta.05 no xmodem protocol
  12. Date: 13 Dec 1998 20:40:52 GMT
  13. Organization: Columbia University
  14. Lines: 46
  15. Distribution: inet
  16. Message-ID: <7518ok$2nv$1@apakabar.cc.columbia.edu>
  17. References: <913198664.933802@scarlatti> <913280526.237271@scarlatti> <74om52$8n9$1@apakabar.cc.columbia.edu> <913567978.641639@scarlatti>
  18. NNTP-Posting-Host: watsun.cc.columbia.edu
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:9636 comp.unix.solaris:187374
  20.  
  21. In article <913567978.641639@scarlatti>,
  22. hans mayer  <mayer1b@unisys.co.at> wrote:
  23. : In article <74om52$8n9$1@apakabar.cc.columbia.edu>,
  24. : Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  25. : >In article <913280526.237271@scarlatti>,
  26. : >hans mayer  <mayer1b@unisys.co.at> wrote:
  27. : >: In article <74m2tu$km8$1@apakabar.cc.columbia.edu>,
  28. : >: Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  29. : >: >In article <913198664.933802@scarlatti>,
  30. : >: >hans mayer  <mayer1b@unisys.co.at> wrote:
  31. : >: >
  32. : >: >: so i tried with external programms rx and sx 
  33. : >: >: receiving files worked now. but not transmitting. i did 
  34. : >: >: a truss -t exec and i can see, that kermit forkes, if i try to 
  35. : >: >: receive a file, but nothing happens, if keying in the transmit command.
  36. : >: >: a second bug ? 
  37. : >: >: 
  38. : >: >No.  First of all, you must ensure you have rx and sx programs that use
  39. : >: >stdio, so they can be redirected over the SET LINE or SET HOST device.
  40. : >: 
  41. : >: of course. receiving worked. but not transmitting. i did check, 
  42. : >: kermit didn't even try to start an external program.
  43. : >: see the truss-output of my first mail. 
  44. : >: why did kermit execute an externel prog at receiving commando
  45. : >: and not at transmitting commando ?? 
  46. : >: 
  47. : >After "set protocol xmodem", any "receive" command requires that you
  48. : >include a filename, since xmodem protocol does not send filenames.
  49. : yes, i know. i did give the file-name as argument.
  50. : receiving worked, but not transmitting.
  51. It works OK here:
  52.  
  53.   $ kermit
  54.   (C-Kermit 6.0 banner and greeting)
  55.   C-Kermit> set proto xmodem
  56.   C-Kermit> receive x.x
  57.   rx: ready to receive x.x
  58.  
  59. So C-Kermit does indeed start the rx program.  The file transfer works too
  60. (at least when the connection permits it).
  61.  
  62. What happens when you give these same commands?
  63.  
  64. - Frank